css: Move icon properties to the end
authorBenjamin Otte <otte@redhat.com>
Mon, 19 Jan 2015 16:09:42 +0000 (17:09 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 20 Jan 2015 05:30:19 +0000 (06:30 +0100)
commit9ce8ce119853635692139a13c3b85602696486ef
treedb95238a1b7591c7a290535f080cd8363a1184f8
parentfe028e27899e818f84bb007a44b83802a97ef071
css: Move icon properties to the end

The order in which properties are defined depends on the order in which
they are computed. And that means that properties can only depend on
other properties that are defined before them.

The next patches will need this reordering.
gtk/gtkcssstylepropertyimpl.c
gtk/gtkcsstypesprivate.h